home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Internet / Demon / IEXPLORE / IEAKJAVA.EXE / CLASSR.EXE / java / awt / peer / ButtonPeer.class (.txt) next >
Encoding:
Java Class File  |  1997-01-31  |  264 b   |  6 lines

  1. package java.awt.peer;
  2.  
  3. public interface ButtonPeer extends ComponentPeer {
  4.    void setLabel(String var1);
  5. }
  6.